projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5869bf5
)
* lisp/emacs-lisp/cl-macs.el (natnum): Fix typo
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Fri, 3 Dec 2021 14:07:37 +0000
(09:07 -0500)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Fri, 3 Dec 2021 14:07:37 +0000
(09:07 -0500)
lisp/emacs-lisp/cl-macs.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/cl-macs.el
b/lisp/emacs-lisp/cl-macs.el
index 0da759a0f17392f0f6bab877825696c902e60eda..f78fdcf0085436f8114837b3df2c750e1132a4a4 100644
(file)
--- a/
lisp/emacs-lisp/cl-macs.el
+++ b/
lisp/emacs-lisp/cl-macs.el
@@
-3365,7
+3365,7
@@
Of course, we really can't know that for sure, so it's just a heuristic."
(integer . integerp)
(keyword . keywordp)
(list . listp)
- (nat
um
. natnump)
+ (nat
num
. natnump)
(number . numberp)
(null . null)
(real . numberp)